func runtime.elideWrapperCalling

5 uses

	runtime (current package)
		symtab.go#L202: 		if inltree[ix].funcID == funcID_wrapper && elideWrapperCalling(lastFuncID) {
		traceback.go#L364: 					if inltree[ix].funcID == funcID_wrapper && elideWrapperCalling(lastFuncID) {
		traceback.go#L379: 			if f.funcID == funcID_wrapper && elideWrapperCalling(lastFuncID) {
		traceback.go#L938: 	if funcID == funcID_wrapper && elideWrapperCalling(childID) {
		traceback.go#L965: func elideWrapperCalling(id funcID) bool {